Go to the source code of this file.
Functions | |
| int | sceAtracSetDataAndGetID (void *buf, SceSize bufsize) |
| Creates a new Atrac ID from the specified data. | |
| int | sceAtracDecodeData (int atracID, u16 *outSamples, int *outN, int *outEnd, int *outRemainFrame) |
| Decode a frame of data. | |
| int | sceAtracGetRemainFrame (int atracID, int *outRemainFrame) |
| Gets the remaining (not decoded) number of frames. | |
| int | sceAtracGetBitrate (int atracID, int *outBitrate) |
| Gets the bitrate. | |
| int | sceAtracSetLoopNum (int atracID, int nloops) |
| Sets the number of loops for this atrac ID. | |
| int | sceAtracReleaseAtracID (int atracID) |
| It releases an atrac ID. | |
| int | sceAtracGetNextSample (int atracID, int *outN) |
| Gets the number of samples of the next frame to be decoded. | |
| int | sceAtracGetMaxSample (int atracID, int *outMax) |
| Gets the maximum number of samples of the atrac3 stream. | |
|
||||||||||||||||||||||||
|
Decode a frame of data.
|
|
||||||||||||
|
Gets the bitrate.
|
|
||||||||||||
|
Gets the maximum number of samples of the atrac3 stream.
|
|
||||||||||||
|
Gets the number of samples of the next frame to be decoded.
|
|
||||||||||||
|
Gets the remaining (not decoded) number of frames.
|
|
|
It releases an atrac ID.
|
|
||||||||||||
|
Creates a new Atrac ID from the specified data.
|
|
||||||||||||
|
Sets the number of loops for this atrac ID.
|
1.4.6